SftTree/NET 2.0

ShowScrollTip Event, SftTree Class

Softel vdm, Inc.

Occurs when a scrolltip is about to be displayed.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event ShowScrollTip As ShowScrollTipEventHandler

C#   

public event ShowScrollTipEventHandler ShowScrollTip;

C++   

public: event ShowScrollTipEventHandler ShowScrollTip;

Event Data

The ShowScrollTip event handler receives an argument of type ToolTipEventArgs containing data related to this event.

Comments

The ShowScrollTip event occurs when a scrolltip is about to be displayed.

The event handler can modify fields in the ToolTipEventArgs object to control the appearance and contents of the scrolltip. Scrolltips are only displayed if the ScrollTips.ShowAlways is set to True.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com